python for comparing url path

25

>>> from urllib.parse import urlparse
>>> o = urlparse('http://www.cwi.nl:80/%7Eguido/Python.html')

Comments

Submit
0 Comments